home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 0189.ZIP / READ-ME.DOC < prev    next >
Text File  |  1986-02-08  |  3KB  |  43 lines

  1.      *-------------------------- TURBO S.I.X. ---------------------------*
  2.      |                              #402                                 |
  3.      |                                                                   |
  4.      | This diskette contains two major applications, each including     |
  5.      | commented source code and documentation. The first is a general   |
  6.      | purpose data file update and maintenance program. It is mostly    |
  7.      | generic, though this version has some MS-DOS dependent code. It   |
  8.      | should be easy to make the needed changes for CP/M systems. The   |
  9.      | program is well organized and with some work on the user inter-   |
  10.      | face could be useful.                                             |
  11.      |                                                                   |
  12.      | The second program was written by our own Steve Wood for his book |
  13.      | Using Turbo Pascal. It is generic and should compile on any Turbo |
  14.      | system. While it is a single purpose program, (loan amortization) |
  15.      | a lot of the data input routines could be used in any applicatons |
  16.      | that requires verified, formatted data entry. Disk #401 has a     |
  17.      | version of this program that was written for IBM-PCs and clones   |
  18.      | which performs much better in that environment.                   |
  19.      *-------------------------------------------------------------------*
  20.  
  21.      FILER    DOC    82798  A general purpose file maintenance program that
  22.      FILER    PAS    37071  is very well organized and documented. While it
  23.      SORTER   PAS    24482  suffers a bit in the area of user interface, the
  24.      TRANSFER PAS    28096  overall system could be used as a template for
  25.      STARTER  PAS    19533  a more useful program. The first step might be
  26.      FRMTODAT PAS     8362  a menu driven shell around the six functional
  27.      DATTOPIC PAS     8548  modules. At any rate, you'll find a solid
  28.      PICTOFRM PAS    10874  example of structured design and a number of
  29.      SORTER   COM    20955  useful routines.
  30.      ACCTREC  PIC     1944
  31.      ACCTREC  FRM      633
  32.      ACCTREC  DAT     1408
  33.  
  34.      LOAN     DOC      910  This is a loan amortization program complete
  35.      LOAN     PAS     1152  with commented source code full of useful
  36.      LOAN1    INC    36143  routines and ideas. The user interface
  37.      LOAN3    INC     9991  includes help screens and field by field mes-
  38.      LOAN2    INC    18481  sage prompts. The data input routines are very
  39.      LOAN4    INC     2143  useful and are designed so that new features
  40.      LOAN     SCR     1878  can be easily added. Note that this is a
  41.      LN-HELP  SCR     2135  biased review!
  42.      TEST     LDT      128
  43.